PositionTickInfo

data class PositionTickInfo(line: Int, ticks: Int)

Specifies a number of samples attributed to a certain source position.

Constructors

PositionTickInfo
Link copied to clipboard
fun PositionTickInfo(line: Int, ticks: Int)

Properties

line
Link copied to clipboard
val line: Int
Source line number (1-based).
ticks
Link copied to clipboard
val ticks: Int
Number of samples attributed to the source line.

Sources

jvm source
Link copied to clipboard